home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / ftp / fwftp2.exe / FTPWIN.EXE / 0 / RCDATA / TFRMSTATUS / TFRMSTATUS.txt
Text File  |  1996-07-17  |  738b  |  41 lines

  1. object frmStatus: TfrmStatus
  2.   Left = 194
  3.   Top = 152
  4.   Width = 484
  5.   Height = 159
  6.   Caption = 'Server Connection Status'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object ListView1: TListView
  14.     Left = 0
  15.     Top = 0
  16.     Width = 476
  17.     Height = 132
  18.     Align = alClient
  19.     Columns = <
  20.       item
  21.         Caption = 'UserName'
  22.         Width = 100
  23.       end
  24.       item
  25.         Caption = 'From IP Addr'
  26.         Width = 80
  27.       end
  28.       item
  29.         Caption = 'Directory'
  30.         Width = 145
  31.       end
  32.       item
  33.         Caption = 'Command'
  34.         Width = 145
  35.       end>
  36.     ReadOnly = True
  37.     TabOrder = 0
  38.     ViewStyle = vsReport
  39.   end
  40. end
  41.